home *** CD-ROM | disk | FTP | other *** search
/ Programming Sound Cards / Programming Sound Cards.iso / sound_09 / adlplay.doc < prev    next >
Text File  |  1995-01-01  |  2KB  |  50 lines

  1.                  Docs
  2. ADLPLAY
  3. J. Scally
  4. June 89
  5.  
  6.  
  7. I started out to write a series of routines to have some fun with the
  8. adlib Card I had just purchased. I wanted to write them im QB because
  9. I know that lots of people use it and would have more fun with the
  10. card if they could control it. To my suprise it wasn't that hard to
  11. write a player. Note**  there are still a few small problems with this.
  12. The Documentation on how you set pitch variations was particularly vague
  13. and songs that vary pitch somtimes freak out.
  14.  
  15. Also this version just goes full speed ahead and loads all the voice ques
  16. and then turns the card on. This is ok I have found for almost all of the
  17. songs I have. If the .ROL file id more than about 10000 bytes however
  18. "Events like instrument changes or volume adjustments can get missed with
  19. sometimes humorous results. I am sure that I will clear this up as I progress.
  20.  
  21. Some Important Notes:
  22.      Included in this archive are:
  23.  
  24.      ADLPLAY.BAS              Main Qb File
  25.      Mstruct.H                Include File containing structures
  26.                   and definitions.
  27.      Sound.H                  SubRoutine Declarations Etc.
  28.      Tm.asm                   Assembler Interface to Adlib Driver.
  29.      Tm.obj                   Assembled version
  30.      Sound.Lib                Sound and other Routines
  31.      Sound.qlb                Qb Runtime Library
  32.  
  33.  
  34. The program is currently set up to look for music  .ROL files in
  35.  
  36.              C:\MUSIC
  37. and to find the .Ins files in
  38.              C:\MUSIC\INS
  39.  
  40. This however can easily be changed and future versions will be configurable.
  41. Also, Make sure you have your B3000 parameter set when the sound driver is
  42. loaded to allow maximum QueSize.
  43.  
  44. The Main thing is HAVE SOME FUN !!
  45.  
  46.  
  47.  
  48. J. Scally
  49.  
  50.